[fix] Update 0.72-stable with rncore podspec fix#36588
Conversation
Summary: Pull Request resolved: react#36571 Changelog: [Internal] The problem is related to the way we use `js_srcs_dir` & `output_dir` options, one requires just relative path from current ruby script, other requires relative path from iOS root project (where the Podfile located) output_dir was introduced in D43304641 resulted into the issue, described in https://discord.com/channels/514829729862516747/1087736932953509958 allow-large-files Reviewed By: cipolleschi Differential Revision: D44294112 fbshipit-source-id: 47fcf510e203d0880e1f92ab6ead09f4b79cb4dd
|
Base commit: cf43f9c |
|
I think we need to look at all the CI failures before we can merge this. :( |
To fix JS ones we need to run prettier, or maybe cherry-pick #36568, where this line is changed |
|
yeah don't worry too much about fixing CI with this PR, I was planning to try and tackle it with some local commits |
|
headsup: no need for this PR anymore, took care of cherry-picking directly while preparing the branch for RC1: https://github.com/facebook/react-native/commits/0.72-stable CP here: 7700d7f |
cherry-picking #36571 into 0.72-stable